home *** CD-ROM | disk | FTP | other *** search
- object Startup: TStartup
- Left = 98
- Top = 112
- AutoScroll = False
- Caption = 'Preferences'
- ClientHeight = 132
- ClientWidth = 351
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 13
- Top = 46
- Width = 84
- Height = 13
- Caption = 'Startup File Name'
- end
- object FileName: TEdit
- Left = 13
- Top = 63
- Width = 254
- Height = 24
- TabOrder = 0
- Text = 'FileName'
- end
- object PlaySoundAtStartup: TCheckBox
- Left = 13
- Top = 19
- Width = 144
- Height = 14
- Caption = 'Play Sound at Startup'
- TabOrder = 1
- end
- object okButton: TButton
- Left = 90
- Top = 98
- Width = 61
- Height = 20
- Caption = '&Ok'
- Default = True
- TabOrder = 2
- OnClick = okButtonClick
- end
- object cancelButton: TButton
- Left = 214
- Top = 98
- Width = 60
- Height = 20
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = cancelButtonClick
- end
- object BrowseButton: TButton
- Left = 276
- Top = 63
- Width = 61
- Height = 20
- Caption = '&Browse'
- TabOrder = 4
- OnClick = BrowseButtonClick
- end
- object BrowseFileDialog: TOpenDialog
- DefaultExt = '*.wav'
- FileEditStyle = fsEdit
- Filter = 'Wave Files|*.wav'
- Options = [ofPathMustExist, ofFileMustExist]
- Title = 'Browse'
- Left = 200
- Top = 4
- end
- end
-